home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / WASTE 1.2 / WASTE Tabs / WETabs.h < prev   
Text File  |  1996-05-19  |  334b  |  23 lines

  1. /*
  2.  *    WETabs.h
  3.  *
  4.  *    Routines for installing and removing tab hooks
  5.  *
  6.  */
  7.  
  8. #ifndef _WASTE_
  9. #include "WASTE.h"
  10. #endif
  11.  
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15.  
  16. pascal OSErr WEInstallTabHooks( WEReference we );
  17. pascal OSErr WERemoveTabHooks( WEReference we );
  18. pascal Boolean WEIsTabHooks( WEReference we );
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.